WordPress

推荐列表 站点导航

当前位置:首页 > 建站教程 > WordPress >

在WordPress中有没有办法实现每篇文章只允许用户评论一次? 暂不说这个需求有没有用

来源:网络  作者:网友投稿  发布时间:2021-01-23 11:46
这篇文章主要先容了WordPress中限制非打点员用户在文章后只能评论一次的要领,同时先容了判定用户是否为打点员的方...

究竟WordPress就是给有各类需求的人用的。

a href=.get_permalink($commentdata[comment_post_ID]).点此返回/a); } return $commentdata; } add_action( preprocess_comment , 实现代码。

]/, $ip ); return $ip; } function ludou_only_one_comment( $commentdata ) { global $wpdb; $currentUser = wp_get_current_user(); // 不限制打点员颁发评论 if(empty($currentUser-roles) || !in_array(administrator。

这个成果实现起来也较量简朴,在WordPress中有没有步伐实现每篇文章只答允用户评论一次? 暂不说这个需求有没有用, ,放到当前主题的functions.php中即可(这里还增加了对IP的判定,只需每次用户颁发的评论进数据库之前,几行代码搞定,从当前文章的所有评论中查找是否有沟通的用户名或邮箱已经颁发过评论,那我们顺带着看一下判定用户是否为打点员的要领: 判定指定id的用户是不是打点员 该需求实现起来很是简朴,更保险): 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 // 获取评论用户的ip, $user-roles)) return 1; // 是打点员 else return 0; // 非打点员 } 判定当前登任命户是不是打点员 假如是判定当前登任命户是不是打点员,分享一下: 1 2 3 4 5 6 7 function ludou_is_administrator($user_id) { $user = get_userdata($user_id); if(!empty($user-roles) in_array(administrator, $currentUser-roles)) { $bool = $wpdb-get_var(SELECT comment_ID FROM $wpdb-comments WHERE comment_post_ID = .$commentdata[comment_post_ID]. AND (comment_author = .$commentdata[comment_author]. OR comment_author_email = .$commentdata[comment_author_email]. OR comment_author_IP = .ludou_getIP().) LIMIT 0。

之前有网友提出, $currentUser-roles)) return 1; // 是打点员 else return 0; // 非打点员 } ,可以利用下面的函数: 1 2 3 4 5 6 7 8 9 function ludou_is_administrator() { // wp_get_current_user函数仅限在主题的functions.php中利用 $currentUser = wp_get_current_user(); if(!empty($currentUser-roles) in_array(administrator。

ludou_only_one_comment, 20); 这里没有限制打点员的评论次数。

假如有就跳到错误页面即可,参考wp-includes/comment.php function ludou_getIP() { $ip = $_SERVER[REMOTE_ADDR]; $ip = preg_replace( /[^0-9a-fA-F:., 1;); if($bool) wp_die(本站每篇文章只答允评论一次,。

相关热词:

本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供用于网络技术学习参考,学习中请遵循相关法律法规!

本文地址: https://v30.fanwenzhu.com/jz/wp/13191.shtml

Copyright © www.juheyunku.com      关于 | 合作 | 声明 | 联系 | 更新 | 地图 | Tags

在WordPress中有没有办法实现每篇文章只允许用户评论一次? 暂不说这个需求有没有用

2021-01-23 编辑:网友投稿

究竟WordPress就是给有各类需求的人用的。

a href=.get_permalink($commentdata[comment_post_ID]).点此返回/a); } return $commentdata; } add_action( preprocess_comment , 实现代码。

]/, $ip ); return $ip; } function ludou_only_one_comment( $commentdata ) { global $wpdb; $currentUser = wp_get_current_user(); // 不限制打点员颁发评论 if(empty($currentUser-roles) || !in_array(administrator。

这个成果实现起来也较量简朴,在WordPress中有没有步伐实现每篇文章只答允用户评论一次? 暂不说这个需求有没有用, ,放到当前主题的functions.php中即可(这里还增加了对IP的判定,只需每次用户颁发的评论进数据库之前,几行代码搞定,从当前文章的所有评论中查找是否有沟通的用户名或邮箱已经颁发过评论,那我们顺带着看一下判定用户是否为打点员的要领: 判定指定id的用户是不是打点员 该需求实现起来很是简朴,更保险): 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 // 获取评论用户的ip, $user-roles)) return 1; // 是打点员 else return 0; // 非打点员 } 判定当前登任命户是不是打点员 假如是判定当前登任命户是不是打点员,分享一下: 1 2 3 4 5 6 7 function ludou_is_administrator($user_id) { $user = get_userdata($user_id); if(!empty($user-roles) in_array(administrator, $currentUser-roles)) { $bool = $wpdb-get_var(SELECT comment_ID FROM $wpdb-comments WHERE comment_post_ID = .$commentdata[comment_post_ID]. AND (comment_author = .$commentdata[comment_author]. OR comment_author_email = .$commentdata[comment_author_email]. OR comment_author_IP = .ludou_getIP().) LIMIT 0。

之前有网友提出, $currentUser-roles)) return 1; // 是打点员 else return 0; // 非打点员 } ,可以利用下面的函数: 1 2 3 4 5 6 7 8 9 function ludou_is_administrator() { // wp_get_current_user函数仅限在主题的functions.php中利用 $currentUser = wp_get_current_user(); if(!empty($currentUser-roles) in_array(administrator。

ludou_only_one_comment, 20); 这里没有限制打点员的评论次数。

假如有就跳到错误页面即可,参考wp-includes/comment.php function ludou_getIP() { $ip = $_SERVER[REMOTE_ADDR]; $ip = preg_replace( /[^0-9a-fA-F:., 1;); if($bool) wp_die(本站每篇文章只答允评论一次,。

本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供学习参考!
本文地址为 https://v30.fanwenzhu.com/jz/wp/13191.shtml

相关文章

风云图片

推荐阅读

返回WordPress频道首页